home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / dev / mui / MUIPlusPlus.lha / Source / MainHeader / Numeric.public < prev    next >
Encoding:
Text File  |  1997-03-24  |  331 b   |  12 lines

  1. operator LONG ();
  2. operator int ();
  3. CMUI_Numeric & operator = (LONG value);
  4. CMUI_Numeric & operator = (int value);
  5. CMUI_Numeric operator ++ ();
  6. CMUI_Numeric operator ++ (int dummy);
  7. CMUI_Numeric & operator += (LONG value);
  8. CMUI_Numeric operator -- ();
  9. CMUI_Numeric operator -- (int dummy);
  10. CMUI_Numeric & operator -= (LONG value);
  11.  
  12.